projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad0eac1
)
post release version bump
author
Øyvind Kolås
<pippin@gimp.org>
Tue, 23 Jan 2018 15:36:04 +0000
(16:36 +0100)
committer
Øyvind Kolås
<pippin@gimp.org>
Tue, 23 Jan 2018 15:36:04 +0000
(16:36 +0100)
configure.ac
patch
|
blob
|
history
meson.build
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 7499762a578c684b8f575416f01cfae6be076489..569043737030a2d8e8571dc8e8ed8ecd031712bd 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-14,7
+14,7
@@
AC_PREREQ(2.54)
m4_define([babl_major_version], [0])
m4_define([babl_minor_version], [1])
-m4_define([babl_micro_version], [4
2
])
+m4_define([babl_micro_version], [4
3
])
m4_define([babl_real_version],
[babl_major_version.babl_minor_version.babl_micro_version])
m4_define([babl_version], [babl_real_version])
diff --git
a/meson.build
b/meson.build
index d18db0a659fb52acc99aff74c44ca8fdfea09b70..648cad2fc515b988d30a30c7d917d300edeefaad 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1,6
+1,6
@@
project('babl', 'c',
license: 'LGPL3+',
- version: '0.1.4
2
,
+ version: '0.1.4
3
,
meson_version: '>=0.40.0',
default_options: [
'sysconfdir=/etc',